home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.txt / 000071_gquiring@gmail.com_Thu Feb 15 12:05:43 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.gamma.ru!Gamma.RU!postnews.google.com!v45g2000cwv.googlegroups.com!not-for-mail
  2. From: "Gary Quiring" <gquiring@gmail.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: SSL Solaris 9 compile errors
  5. Date: 14 Feb 2007 09:36:13 -0800
  6. Organization: http://groups.google.com
  7. Lines: 28
  8. Message-ID: <1171474573.115000.277200@v45g2000cwv.googlegroups.com>
  9. References: <1171461754.452734.293090@a75g2000cwd.googlegroups.com>
  10.    <slrnet6bnr.t17.fdc@panix1.panix.com>
  11. NNTP-Posting-Host: 67.84.124.177
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset="iso-8859-1"
  14. X-Trace: posting.google.com 1171474588 13893 127.0.0.1 (14 Feb 2007 17:36:28 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: Wed, 14 Feb 2007 17:36:28 +0000 (UTC)
  17. In-Reply-To: <slrnet6bnr.t17.fdc@panix1.panix.com>
  18. User-Agent: G2/1.0
  19. X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Avant Browser; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1),gzip(gfe),gzip(gfe)
  20. Complaints-To: groups-abuse@google.com
  21. Injection-Info: v45g2000cwv.googlegroups.com; posting-host=67.84.124.177;
  22.    posting-account=FQhNKw0AAABpZoI-99pbw0OCE1cm_48O
  23. Xref: panix comp.protocols.kermit.misc:15642
  24.  
  25. On Feb 14, 10:47 am, Frank Da Cruz <f...@panix.com> wrote:
  26. > On 2007-02-14, Gary Quiring <gquir...@gmail.com> wrote:
  27. > : I am trying to compile kermit 8.0.211 with Solaris 9 (Sparc).  My
  28. > : openssl ver is 0.9.8d
  29. > :
  30. > : Makeline: make solaris9g+openssl+shadow+pam+zlib
  31. > :...
  32. > : /usr/local/ssl/include/openssl/rsa.h:336: error: parse error before
  33. > : numeric constant
  34. > :
  35. > Like it says in the makefile in the comments on that makefile target:
  36. >
  37. >   #Add -DOPENSSL_097 for OpenSSL 0.9.7 or later.
  38. >
  39. > So use:
  40. >
  41. >   make solaris9g+openssl+shadow+pam+zlib KFLAGS=-DOPENSSL_097
  42. >
  43. > If somebody knows a way to get the OpenSSL version number from the shell
  44. > command line, we could have the makefile figure this out automatically.
  45. >
  46. > - Frank
  47.  
  48. I tried the above make line but I get the exact same error.
  49.  
  50. Thanks
  51. Gary
  52.